! 4 @ 0 @ 4 !
Что-то пошло не так. Главная страница
Факт о медицине:
And for everyone else, there is the JavaScript Console, which is quite similar in functionality to the Firebug + YSlow bundle (although, if true, these tools are still much more powerful). This console displays the entire DOM model of the current page with syntax highlighting, a convenient navigator for all its elements, as well as a list of all applied CSS styles with the ability to change parameters on the fly and view the result. What pleasantly surprised me is that you can enter and execute JS code in the console, while auto-completion and hints for those libraries that are connected on the current page immediately work.
Медицинские новости:
The main difference from all other browsers is the use of multithreading. All elements of the browser that could potentially lead to a crash are moved to separate threads, so now each tab and each window is a new process, independent of all the others. The developers explain in the documentation that they saw such an organization in the architecture of modern operating systems and decided that the browser should also be just that. After all, the most unpleasant thing that can be is the case when one tab, due to an error, leads to the closure of the entire browser, and active users may have dozens or even hundreds of tabs there.
|